home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / cert / trk3_eg / check_4 / global.bas < prev    next >
Encoding:
BASIC Source File  |  1994-02-28  |  372 b   |  18 lines

  1. Option Explicit
  2. Global Const squarew = 8
  3. Global Const squareh = 8
  4. Global Const deltawidth = 200
  5. Global Const deltaheight = 200
  6. Global timeFlag As Integer
  7. Global downrc As Integer
  8. Global currow As Integer
  9. Global curcol As Integer
  10. Global squares(1 To squarew, 1 To squareh) As Integer
  11. Global color As Integer
  12. Global Const red = 1
  13. Global Const blue = -1
  14.  
  15.  
  16.  
  17.  
  18.